(lispref): Do include lispref/index.texi.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Jan 2004 10:28:58 +0000 (10:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Jan 2004 10:28:58 +0000 (10:28 +0000)
make-dist

index 945d39c916d98e541057eecdd1fe45d6a0fd323d..93a5a5a2e887530fee55bd7ff77e69bf45b7cb14 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -615,7 +615,7 @@ echo "Making links to \`man'"
 
 echo "Making links to \`lispref'"
 (cd lispref
- ln `ls -1 *.texi | grep -v index.texi` ../${tempdir}/lispref
+ ln `ls -1 *.texi` ../${tempdir}/lispref
  ln *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref
  ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref
  test -f README && ln README ../${tempdir}/lispref